home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000236_news@newsmaster….columbia.edu _Sat Jun 27 13:05:33 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA20757
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 27 Jun 1998 13:05:32 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA22286
  7.     for kermit.misc@watsun; Sat, 27 Jun 1998 13:05:32 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: dos environment variables
  12. Date: 27 Jun 1998 17:05:30 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <6n38oq$e6f$1@apakabar.cc.columbia.edu>
  16. References: <6n31uf$l4s@milo.vcn.bc.ca>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8927
  19.  
  20. In article <6n31uf$l4s@milo.vcn.bc.ca>, David Stow <dastow@vcn.bc.ca> wrote:
  21. : I use MS-DOS Kermit 3.15 to make a PPP connection with PPPD for DOS 0.6.
  22. : The batch program that calls PPPD leaves the IP address of my machine and
  23. : my gateway as environment variables in DOS.  Is there a way for me to call
  24. : these variables from inside Kermit?  I tried SET TCP/IP ADDRESS=%MYIP% but
  25. : that didn't work.
  26. As explained in the manual, "Using MS-DOS Kemrit":
  27.  
  28.   \$(xxx)
  29.  
  30. where "xxx" is the name of the environment variable.
  31.  
  32. - Frank